aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-01 19:55:04 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-01 19:55:04 +0000
commite2f6e1221330f2944d467cad2fb630deb5ef6f0a (patch)
treef52409c3b56c1f2a5a54996dc2542c7941574e20 /Makefile
parent09a34e536896ecbe3e81618c7a45f9f1998bd8aa (diff)
downloadbusybox-e2f6e1221330f2944d467cad2fb630deb5ef6f0a.tar.gz
More pristine source directory updates. It now works
for me (including doing install). How about you? -Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d43547e5f..bea9614a6 100644
--- a/Makefile
+++ b/Makefile
@@ -167,14 +167,14 @@ docs/BusyBox.1: docs/busybox.pod
docs/busybox.pod ) > docs/BusyBox.1
docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
- - rm -f docs/BusyBox.html
- - ln -s docs/busybox.lineo.com/BusyBox.html docs/BusyBox.html
+ -@ rm -f docs/BusyBox.html
+ -@ ln -s docs/busybox.lineo.com/BusyBox.html docs/BusyBox.html
docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod
- - mkdir -p docs/busybox.lineo.com
+ -@ mkdir -p docs/busybox.lineo.com
- (cd $(BB_SRC_DIR); pod2html --noindex docs/busybox.pod ) \
> docs/busybox.lineo.com/BusyBox.html
- - rm -f pod2html*
+ -@ rm -f pod2html*
# New docs based on DOCBOOK SGML
@@ -210,7 +210,7 @@ busybox: $(OBJECTS)
$(STRIP)
busybox.links: Config.h
- -(cd $(BB_SRC_DIR); ./busybox.mkll ) | sort >$@
+ -$(BB_SRC_DIR)/busybox.mkll $(BB_SRC_DIR)applets.h | sort >$@
nfsmount.o cmdedit.o: %.o: %.h
$(OBJECTS): %.o: %.c Config.h busybox.h Makefile
@@ -237,10 +237,10 @@ distclean: clean
- cd tests && $(MAKE) distclean
install: busybox busybox.links
- ./install.sh $(PREFIX)
+ $(BB_SRC_DIR)/install.sh $(PREFIX)
install-hardlinks: busybox busybox.links
- ./install.sh $(PREFIX) --hardlinks
+ $(BB_SRC_DIR)/install.sh $(PREFIX) --hardlinks
debug_pristine:
@ echo VPATH=\"$(VPATH)\"