give the "samples" target something to do to supress the "nothing to be done for 'samples'" message
This commit is contained in:
@@ -84,10 +84,12 @@ else
|
|||||||
samples:
|
samples:
|
||||||
ifeq ($(MAKELEVEL),0)
|
ifeq ($(MAKELEVEL),0)
|
||||||
@echo "info: geos samples not available for" $(SYS)
|
@echo "info: geos samples not available for" $(SYS)
|
||||||
|
else
|
||||||
|
# suppress the "nothing to be done for 'samples' message
|
||||||
|
@echo > $(NULLDEV)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
bitmap.c: logo.pcx
|
bitmap.c: logo.pcx
|
||||||
$(SP) -r logo.pcx -c geos-bitmap -w bitmap.c,ident=bitmap
|
$(SP) -r logo.pcx -c geos-bitmap -w bitmap.c,ident=bitmap
|
||||||
|
|
||||||
|
|||||||
@@ -43,6 +43,9 @@ else
|
|||||||
samples:
|
samples:
|
||||||
ifeq ($(MAKELEVEL),0)
|
ifeq ($(MAKELEVEL),0)
|
||||||
@echo "info: grc sample not available for" $(SYS)
|
@echo "info: grc sample not available for" $(SYS)
|
||||||
|
else
|
||||||
|
# suppress the "nothing to be done for 'samples' message
|
||||||
|
@echo > $(NULLDEV)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@@ -83,6 +83,9 @@ hello: hello.c text.s
|
|||||||
notavailable:
|
notavailable:
|
||||||
ifeq ($(MAKELEVEL),0)
|
ifeq ($(MAKELEVEL),0)
|
||||||
@echo "info: tutorial sample not available for" $(SYS)
|
@echo "info: tutorial sample not available for" $(SYS)
|
||||||
|
else
|
||||||
|
# suppress the "nothing to be done for 'samples' message
|
||||||
|
@echo > $(NULLDEV)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user