Nikolay Molchanov wrote:
I think we don't have such bug filed against dmake, so please go ahead and file
it.
A minimized test case would be very helpful!
BTW, this installation rule looks very familiar to me :-)
/usr/bin/rm -f /home/kupfer/ws/dmake-include-test/usr/src/Makefile.dummy;
install -s -m 644 -f /home/kupfer/ws/dmake-include-test/usr/src
/home/kupfer/ws/dmake-include-test/usr/src/Makefile.dummy
I'm in the middle of investigation of another problem, which is also caused by this rule.
I suppose it is this one:
$(ROOT_MOD_DIR)/%: $(OBJS_DIR)/% $(ROOT_MOD_DIR) FRC
$(INS.file)
where:
INS.file= $(RM) $@; $(INS) -s -m $(FILEMODE) -f $(@D) $<
I ran into a couple of bits recently where the use of wildcard rules such as
the above (in my case, as opposed to suffix rules) caused unusual behaviour
(of course, any time the wild card matches, off you go....)
-- Rich
_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org