Require GNU make to build sbase
We seem to have problems building individual tools across various make implementations. If anyone can step up and fix this we will remove the dependency on GNU make.
This commit is contained in:
parent
90507652c0
commit
74ac827587
7
Makefile
7
Makefile
|
@ -126,12 +126,9 @@ OBJ = $(BIN:=.o) $(LIBOBJ)
|
|||
SRC = $(BIN:=.c)
|
||||
MAN = $(BIN:=.1)
|
||||
|
||||
all: binlib
|
||||
all: $(BIN)
|
||||
|
||||
binlib: $(LIB)
|
||||
$(MAKE) bin
|
||||
|
||||
bin: $(BIN)
|
||||
$(BIN): $(LIB)
|
||||
|
||||
$(OBJ): $(HDR) config.mk
|
||||
|
||||
|
|
2
README
2
README
|
@ -170,6 +170,8 @@ form a base system similar to busybox but much smaller and suckless.
|
|||
Building
|
||||
--------
|
||||
|
||||
You need GNU make to build sbase.
|
||||
|
||||
To build sbase, simply type make. You may have to fiddle with
|
||||
config.mk depending on your system.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user