diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:21:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:21:42 +0000 |
commit | 86ab8a32bd63b2f2a73bdcead8e2bb037589e175 (patch) | |
tree | 10aa90962757d07724c78e4fc9baaa27ca7b4858 /Makefile | |
parent | 4062268bc7ac748e2ea2e569aa862b2b3f8a2db2 (diff) | |
download | busybox-w32-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.tar.gz busybox-w32-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.tar.bz2 busybox-w32-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.zip |
A number of additional fixed from Pavel Roskin, note some more bugs in the
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox,
which is now included.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -102,11 +102,10 @@ docs/BusyBox.1: docs/busybox.pod | |||
102 | 102 | ||
103 | docs/BusyBox.html: docs/busybox.pod | 103 | docs/BusyBox.html: docs/busybox.pod |
104 | pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html | 104 | pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html |
105 | ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html | 105 | - rm -f docs/BusyBox.html |
106 | - ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html | ||
106 | - rm -f pod2html* | 107 | - rm -f pod2html* |
107 | 108 | ||
108 | clean: | ||
109 | |||
110 | busybox: $(OBJECTS) | 109 | busybox: $(OBJECTS) |
111 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) | 110 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) |
112 | $(STRIP) | 111 | $(STRIP) |