RE: make & SCCS evilness
"Andy Chittenden" <[email protected]>
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <89E85E0168AD994693B574C80EDB9C273F90E6@uk-email.terastack.bluearc.com> |
BTW the default SCCS GNU make rule doesn't work if the gfile is older than the sfile. We had to change it to be like the RCS rule: # override default SCCS rules because when you make a change to a file # and check it in, the s.file is newer than the working file and so # the default SCCS rules attempt to do a get which won't work if you # have the file in edit mode. CHECKOUT.s = +$(if $(wildcard $@),,$(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<) %: SCCS/s.% $(CHECKOUT.s) -- Andy, BlueArc Engineering _______________________________________________ Bitkeeper-users mailing list [email protected] http://bitmover.com/mailman/listinfo/bitkeeper-users To unsubscribe from this list, go to the above URL, follow instruction at the bottom of the web page.