mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
More stuff.
This commit is contained in:
parent
9922c833ca
commit
a07f0b0408
@ -1,4 +1,6 @@
|
||||
0.32
|
||||
* usage() now printf the BusyBox version. This will help folks
|
||||
realize that they are not in Kansas anymore.
|
||||
* Fixed mkdir -m option so that it works.
|
||||
|
||||
0.31
|
||||
|
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ ifndef $(prefix)
|
||||
endif
|
||||
BINDIR=$(prefix)
|
||||
|
||||
LIBRARIES=-lc
|
||||
LIBRARIES=
|
||||
OBJECTS=$(shell ./busybox.sh)
|
||||
CFLAGS+= -DBB_VER='"$(VERSION)"'
|
||||
CFLAGS+= -DBB_BT='"$(BUILDTIME)"'
|
||||
|
Loading…
Reference in New Issue
Block a user