/* * Copyright 1993, 1995 Christopher Seiwald. * * This file is part of Jam - see jam.c for Copyright information. */ /* * make.h - bring a target up to date, once rules are in place * * 11/04/02 (seiwald) - const-ing for string literals */ int make( int n_targets, const char **targets, int anyhow ); int make1( TARGET *t ); #ifdef OPT_PERCENT_DONE_EXT extern int totalUpdatingTargets; #endif
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#5 | 3181 | Craig Mcpheeters | Integration of the Jam mainline into my branch | ||
#4 | 1101 | Craig Mcpheeters |
Added a percent done extension Updated the hcache code to be ansi now that Jam is |
||
#3 | 784 | Craig Mcpheeters | Integration from Jam mainline | ||
#2 | 617 | Craig Mcpheeters | Integration from mainline as of @3 | ||
#1 | 616 | Craig Mcpheeters | Integration from Jam mainline, as of @2 |