aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 475a6e6fb..61fe0ed8e 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,6 @@ ifdef BB_INIT_SCRIPT
96endif 96endif
97 97
98all: busybox busybox.links docs 98all: busybox busybox.links docs
99.PHONY: all
100 99
101busybox: $(OBJECTS) 100busybox: $(OBJECTS)
102 $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) 101 $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
@@ -111,26 +110,21 @@ busybox.links: busybox.def.h
111regexp.o nfsmount.o: %.o: %.h 110regexp.o nfsmount.o: %.o: %.h
112$(OBJECTS): %.o: busybox.def.h internal.h %.c 111$(OBJECTS): %.o: busybox.def.h internal.h %.c
113 112
114.PHONY: test tests
115test tests: 113test tests:
116 cd tests && $(MAKE) all 114 cd tests && $(MAKE) all
117 115
118.PHONY: clean
119clean: 116clean:
120 - rm -f busybox.links *~ *.o core 117 - rm -f busybox.links *~ *.o core
121 - rm -rf _install 118 - rm -rf _install
122 - cd tests && $(MAKE) clean 119 - cd tests && $(MAKE) clean
123 120
124.PHONY: distclean
125distclean: clean 121distclean: clean
126 - rm -f busybox 122 - rm -f busybox
127 - cd tests && $(MAKE) distclean 123 - cd tests && $(MAKE) distclean
128 124
129.PHONY: install
130install: busybox busybox.links 125install: busybox busybox.links
131 ./install.sh $(PREFIX) 126 ./install.sh $(PREFIX)
132 127
133.PHONY: dist release
134dist release: distclean 128dist release: distclean
135 $(MAKE) -C docs clean all 129 $(MAKE) -C docs clean all
136 cd ..; \ 130 cd ..; \