Hello all, I was looking at the Makefile in the top dir of OpenWRT and I don't understand the meaning of these lines :
$(toolchain/stamp-install): $(tools/stamp-install) $(target/stamp-compile): $(toolchain/stamp-install) $(tools/stamp-install) $(BUILD_DIR)/.prepared $(package/stamp-compile): $(target/stamp-compile) $(package/stamp-cleanup) $(package/stamp-install): $(package/stamp-compile) $(target/stamp-install): $(package/stamp-compile) $(package/stamp-install) I used the top makefile but this is a generic question, where are these "variables/target" defined ? what I don't understand is if these are target, variables … can someone give me some light ? Thanks, Pietro. _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
