Dear Juergen, > The tool 'make' includes all rule files in a specific order. And I guess also > the locale has some effect on this order. But PTXdist ensures the local > is > set to 'C'. > > Did you only try with different _variable_ names or with different > _rule_file_ names as well?
I tried with different rule-file names in the project-specific rules directory as well. I used the following lines for testing: TEST1 := $(AUTOMADDEL_VERSION) (automaddel.make is in the project-specific rules directory) TEST2 := $(AUTOMODDEL_VERSION) (automoddel.make is in the project-specific rules directory) TEST3 := $(XORG_SERVER_VERSION) (xorg-server.make is in the ptxdist default rules directory) I put the three lines into Makefiles in my project-specific rules directory and got the following results: - busybox.make: all variables TEST1, TEST2 and TEST3 are empty. - shiboken.make: TEST1 contains the correct value, TEST2 is empty, and TEST3 contains the correct value. - xconfig.make: all variables TEST1, TEST2 and TEST3 are empty Regards, Richard -- ptxdist mailing list [email protected]
