projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346844d
)
Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 14 Sep 2008 19:19:06 +0000
(19:19 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 14 Sep 2008 19:19:06 +0000
(19:19 -0000)
It defaults to TARGET_DIR, not STAGING_DIR.
package/Makefile.autotools.in
patch
|
blob
|
history
diff --git
a/package/Makefile.autotools.in
b/package/Makefile.autotools.in
index d05f1350d895e0bf96b679647414c10182722128..3bafeaf1e9045e024789984e44de48185baee96d 100644
(file)
--- a/
package/Makefile.autotools.in
+++ b/
package/Makefile.autotools.in
@@
-52,7
+52,7
@@
# FOO_UNINSTALL_STAGING_OPT [default DESTDIR=$(STAGING_DIR)/usr uninstall]
# arguments passed to <make> while uninstalling from the staging
# directory
-# FOO_UNINSTALL_TARGET_OPT [default DESTDIR=$(
STAGING
_DIR)/usr uninstall]
+# FOO_UNINSTALL_TARGET_OPT [default DESTDIR=$(
TARGET
_DIR)/usr uninstall]
# arguments passed to <make> while uninstalling from the target
# directory
# FOO_SUBDIR [default empty]