projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655d814
)
Regenerate the busybox.links file when the .config changes
author
Eric Andersen
<andersen@codepoet.org>
Wed, 25 Jun 2003 03:26:04 +0000
(
03:26
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 25 Jun 2003 03:26:04 +0000
(
03:26
-0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
6be57b5
..
512fc80
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-39,11
+39,11
@@
all: busybox busybox.links #doc
-include .config.cmd
include $(patsubst %,%/Makefile.in, $(DIRS))
-busybox: .depend
$(libraries-y)
+busybox: .depend
include/config.h $(libraries-y )
$(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
$(STRIPCMD) $@
-busybox.links: applets/busybox.mkll
+busybox.links: applets/busybox.mkll
include/config.h
- $(SHELL) $^ >$@
install: applets/install.sh busybox busybox.links