As I've reported in the past, the latest ptxdist gives me warnings from bash on every command executed. I'm not sure why it happens to me (alone), but the attach patch fixes it (and indeed makes the whole ptxdist "command" run much faster). The patch simply cause 'make' to read only the important makefile fragments, not all possible fragments.
-- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------
--- /work/ptx.new/ptxdist-1.0.1/rules/other/Toplevel.make 2007-10-19 15:20:35.000000000 -0600 +++ /opt/ptxdist/lib/ptxdist-1.0.1/rules/other/Toplevel.make 2007-11-05 06:07:12.000000000 -0700 @@ -100,7 +100,7 @@ endif include $(PACKAGE_DEP_PRE) -include $(RULESFILES_ALL_MAKE) +include $(RULESFILES_MAKE) include $(PACKAGE_DEP_POST) ifneq ($(wildcard $(POSTRULESDIR)/*.make),)
-- ptxdist mailing list [email protected]
