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) $< Probably it has many other side effects. Thanks, Nik This message posted from opensolaris.org _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org