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
This commit is contained in:
5
Makefile
5
Makefile
@@ -102,11 +102,10 @@ docs/BusyBox.1: docs/busybox.pod
|
||||
|
||||
docs/BusyBox.html: docs/busybox.pod
|
||||
pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html
|
||||
ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
|
||||
- rm -f docs/BusyBox.html
|
||||
- ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
|
||||
- rm -f pod2html*
|
||||
|
||||
clean:
|
||||
|
||||
busybox: $(OBJECTS)
|
||||
$(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
|
||||
$(STRIP)
|
||||
|
||||
Reference in New Issue
Block a user