| sep95.tar |
Figure 3: Adding a specific entry for a specific map in the makefile
auto.vindaloo.time: $(DIR)/auto.vindaloo -@if [ -f $(DIR)/auto.vindaloo ]; then \ sed -e "/^#/d" -e s/#.*$$// $(DIR)/auto.vindaloo \ | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/auto.vindaloo; \ touch auto.vindaloo.time; \ echo "updated auto.vindaloo"; \ if [ ! $(NOPUSH) ]; then \ $(YPPUSH) auto.vindaloo; \ echo "pushed auto.vindaloo"; \ else \ : ; \ fi \ else \ echo "couldn't find $(DIR)/auto.vindaloo"; \ fi
|