summaryrefslogtreecommitdiff
path: root/build/build.c
AgeCommit message (Expand)AuthorFilesLines
1999-06-17MiNT port (Guido Flohr <gufl0000@stud.uni-sb.de>).jbj1-0/+2
1999-04-30resurrect toplevel tar target.jbj1-0/+6
1999-04-17check build prerequisites before building from specfile.jbj1-3/+1
1999-04-01add per-target macrofiles to search path.jbj1-4/+0
1999-03-20eliminate old rpmrc configuration syntax.jbj1-2/+1
1999-01-22don't erase failing build script (Tim Mooney).jbj1-0/+2
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-2/+2
1999-01-05Expand path macros with rpmGetPath(path, ...).jbj1-9/+6
1998-11-20Sanity.jbj1-4/+3
1998-11-18implement abstract fd type almost everywhere.jbj1-3/+6
1998-11-16LCLINT pass 0.jbj1-2/+2
1998-11-08permit --rmsource --force even if sources/patches are missing.jbj1-9/+3
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-4/+5
1998-09-05Integrate shell and macro enviroments for scripts.jbj1-66/+14
1998-09-05More RPMVAR_* conversion to macros.jbj1-12/+14
1998-09-05Typo.jbj1-1/+1
1998-09-05Start converting variables into macro expansions.jbj1-9/+37
1998-07-30First attempt at librpmbuild API.jbj1-2/+0
1998-07-30Consolidated includes for librpmbuild API.jbj1-7/+2
1998-07-25Aggregate system includes into system.h.jbj1-135/+128
1998-05-21- make %doc script obey --testmarc1-1/+2
1998-04-20Missed some unlinks() when scripts failedmarc1-0/+3
1998-04-09 - remove icons with --rmsourcemarc1-0/+14
1998-04-08make --clean work with no %setupmarc1-1/+3
1998-03-041) include cleanups for portabilityewt1-0/+6
1998-02-25replaced include of <malloc.h> with an include of <stdlib.h>ewt1-1/+1
1998-01-25New rpmrc entry BuildShell can used to set the shell used for build scripts.marc1-1/+3
1998-01-15Change use of "export" to work on non-bash shells.marc1-10/+15
1998-01-14Don't build any packages if we got --test.marc1-2/+2
1998-01-14Don't try to cd into the build dir if there isn't onw.marc1-1/+3
1998-01-12merged in Marc's new build codeewt1-698/+183
1997-10-23Handle patch > 2.1marc1-0/+4
1997-10-14Do a sanity check on BuildRootmarc1-0/+11
1997-10-08Terminate optionsTablemarc1-0/+1
1997-09-30Sanity checkmarc1-1/+1
1997-08-28replaced temporary file creation to be significantly saferewt1-2/+4
1997-07-25Modify to allow BuildArchitectures:marc1-0/+4
1997-07-23rewrote rcfile parsingewt1-3/+6
1997-05-20Must include <sys/tiome.h> before <sys/resource.h> for SunOSewt1-1/+1
1997-05-20Moved includes of miscfn.h to the top.ewt1-1/+2
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+1
1997-05-16Applied changes for AIX. This involved using <sys/select.h> if it's available.ewt1-0/+1
1997-05-07Minor cleanups.ewt1-2/+2
1997-05-02Needed to include miscfn.hewt1-0/+1
1997-05-02The gzipbin transition added a %d where there should have been a %s.ewt1-1/+1
1997-05-01Look for gzip in path and store binary to use in /usr/lib/rpmrcewt1-4/+4
1997-04-16make %patch and %setup case sensitiveroot1-2/+2
1997-04-14call finish_filelists where apprpriateroot1-0/+9
1997-03-23rewrote %setup expanion to use popt and allow multiple -a, -b argumentsewt1-99/+90