diff options
author | Ron Yorston <rmy@pobox.com> | 2022-11-13 14:34:59 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2022-11-13 14:34:59 +0000 |
commit | e633f7cb2abe0068e1980d3818b1ad01f6392e8e (patch) | |
tree | fb57ff4cc89785414f1ae22f9b13167596e0d604 | |
parent | 80732e16e0a73965287a4d31c95831035743c484 (diff) | |
download | busybox-w32-e633f7cb2abe0068e1980d3818b1ad01f6392e8e.tar.gz busybox-w32-e633f7cb2abe0068e1980d3818b1ad01f6392e8e.tar.bz2 busybox-w32-e633f7cb2abe0068e1980d3818b1ad01f6392e8e.zip |
make: pdpmake needs long filename support in ar too
Commit f261d2d27 (make: make + sh configuration) added a 'pdpmake'
alias for 'make'. It omitted to reference PDPMAKE as a dependency
for FEATURE_AR_LONG_FILENAMES.
-rw-r--r-- | archival/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/ar.c b/archival/ar.c index b5565c936..16bb33227 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -30,7 +30,7 @@ | |||
30 | //config:config FEATURE_AR_LONG_FILENAMES | 30 | //config:config FEATURE_AR_LONG_FILENAMES |
31 | //config: bool "Support long filenames (not needed for debs)" | 31 | //config: bool "Support long filenames (not needed for debs)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: depends on AR || MAKE | 33 | //config: depends on AR || MAKE || PDPMAKE |
34 | //config: help | 34 | //config: help |
35 | //config: By default the ar format can only store the first 15 characters | 35 | //config: By default the ar format can only store the first 15 characters |
36 | //config: of the filename, this option removes that limitation. | 36 | //config: of the filename, this option removes that limitation. |