still wandering around the openwrt code base and, every so often, i come across the explicit use of "FORCE" prerequisites, like this in target/sdk/files/Makefile:
clean: FORCE rm -rf $(BUILD_DIR) $(BIN_DIR) dirclean: clean rm -rf $(TMP_DIR) # check prerequisites before starting to build prereq: $(package/stamp-prereq) ; world: prepare $(package/stamp-compile) FORCE @$(MAKE) package/index .PHONY: clean dirclean prereq prepare world which seems a bit weird, given that targets "clean" and "world" are listed as .PHONY. is there something subtle about including "FORCE" there, or is that just a remnant of earlier design that i can submit a patch to remove? just being pedantic again. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel