> On Thu, 2005-04-21 at 10:48 +0200, Oliver Falk wrote: > > > On Thu, 2005-04-21 at 10:14 +0200, Oliver Falk wrote: > > > > > Hey folks, > > > > > when you check in a package/changes that you're going > > > > > to request > > > > > to be built, please run 'make tag' in the directory you're > > > > > checking in. > > > > > > > > The easiest way to do that is to write the build: line in > > > > Makefile.common as > > > > "build: tag", so it will tag it automatically. :-) > > > > > > > > That's what I did in my buildenv... > > > > > > That assumes that you want it rebuilt on every check-in, > > > which may > > > or may not be true. > > > > No, why? If I need to tag it on every 'make build', the > > 'tag' target > > can be a prerequisit, I think. So running make build would > > first run > > the tag target and afterwards proceed with the 'build' target... > > Ah, you're right, I was thinking about something else. Never mind. No problem, I allready guessed so :-) Best, Oliver