modified to always update build date/time
This commit is contained in:
@@ -157,12 +157,15 @@ LIBBAS=libbas.a
|
|||||||
|
|
||||||
LIBS=$(patsubst %,%/$(LIBBAS),$(TRGTDIRS))
|
LIBS=$(patsubst %,%/$(LIBBAS),$(TRGTDIRS))
|
||||||
|
|
||||||
all: fls ram bfl lib tos
|
all: ver fls ram bfl lib tos
|
||||||
fls: $(patsubst %,%/$(FLASH_EXEC),$(TRGTDIRS))
|
fls: $(patsubst %,%/$(FLASH_EXEC),$(TRGTDIRS))
|
||||||
ram: $(patsubst %,%/$(RAM_EXEC),$(TRGTDIRS))
|
ram: $(patsubst %,%/$(RAM_EXEC),$(TRGTDIRS))
|
||||||
bfl: $(patsubst %,%/$(BASFLASH_EXEC),$(TRGTDIRS))
|
bfl: $(patsubst %,%/$(BASFLASH_EXEC),$(TRGTDIRS))
|
||||||
lib: $(LIBS)
|
lib: $(LIBS)
|
||||||
|
|
||||||
|
.PHONY: ver
|
||||||
|
ver:
|
||||||
|
touch include/version.h
|
||||||
.PHONY: tos
|
.PHONY: tos
|
||||||
tos:
|
tos:
|
||||||
(cd tos; make)
|
(cd tos; make)
|
||||||
|
|||||||
Reference in New Issue
Block a user