projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92271e5
)
Correct the install-hardlinks target the same way as was already done
author
Peter Kjellerstedt
<peter.kjellerstedt@axis.com>
Tue, 2 Nov 2004 09:05:22 +0000
(09:05 -0000)
committer
Peter Kjellerstedt
<peter.kjellerstedt@axis.com>
Tue, 2 Nov 2004 09:05:22 +0000
(09:05 -0000)
for the install target.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4dbd9aa8ceff1c51301766daebfcf5aafbd2b6d3..7c5575418253c9c8472d9b6494f9e2d14d7d7cbb 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-147,7
+147,7
@@
uninstall: busybox.links
rm -f $(PREFIX)/bin/busybox
for i in `cat busybox.links` ; do rm -f $(PREFIX)$$i; done
-install-hardlinks: applets/install.sh busybox busybox.links
+install-hardlinks:
$(top_srcdir)/
applets/install.sh busybox busybox.links
$(SHELL) $< $(PREFIX) --hardlinks
check: busybox