Wes Hardaker wrote: > 1) create a makefile rule for creating each alias file. I think this > is not as easily maintainable, but is probably the more proper > "make" solution in a strict sense. > > 2) create a temp file that acts as a "have done it" flag. This is > what the patch below does and it's trivial and prevents a double > make unless "make clean" or the makefile is touched. > > 3) ? > > I'm leaning slightly toward 2, and thus my patch:
Can you *attach* patches instead of pasting them inline, please, especially for Makefile patches where tabs vs. spaces matter a lot? I don't really like the proliferation of temporary files for make purposes, but it's probably the safest way forward at this late stage. +1 (works for me) Please also add "manaliases" to man/.cvsignore when applying. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
