summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Imported dist_3.5-30.orig.tar.gzManoj Srivastava2009-10-30
| | | | | | | | Summary: Imported dist_3.5-30.orig.tar.gz Keywords: Imported dist_3.5-30.orig.tar.gz into Git repository
* * Append $ccflags so that it can override the defaults assuming the compilercbiere2008-06-16
| | | | | | | picks the last choice as GCC does. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@29 190e5f8e-a817-0410-acf6-e9863daed9af
* * Use the preprocessor output to detect the GCC version instead of executingcbiere2008-06-16
| | | | | | | the compiled binary which is unsuitable for cross-compiling. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@28 190e5f8e-a817-0410-acf6-e9863daed9af
* Make sure Instruct depends on Begin to move Begin ahead of anyrmanfredi2008-06-14
| | | | | | | question asked by Configure. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@27 190e5f8e-a817-0410-acf6-e9863daed9af
* Panic if a routine is defined more than once.rmanfredi2008-06-14
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@26 190e5f8e-a817-0410-acf6-e9863daed9af
* SVN revision number is now automatically generated in "revision.h".rmanfredi2008-05-28
| | | | | | | | The old patchlevel information is no longer used, and <PATCHLEVEL> is deprecated in unit files, replaced by <REVISION>. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@25 190e5f8e-a817-0410-acf6-e9863daed9af
* Added automatic SVN revision computation in "revision.h".rmanfredi2008-05-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@24 190e5f8e-a817-0410-acf6-e9863daed9af
* Removed last instance of $*, no longer supported in Perl 5.10.rmanfredi2008-05-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@23 190e5f8e-a817-0410-acf6-e9863daed9af
* Perl 5.10 no longer supports "$*" anywhere... even in the initial exec linermanfredi2008-05-28
| | | | | | | meant to be parsed by the shell... git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@22 190e5f8e-a817-0410-acf6-e9863daed9af
* Reset CDPATH to avoid pdksh's emission of the chosen dir on "cd".rmanfredi2008-05-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@21 190e5f8e-a817-0410-acf6-e9863daed9af
* Applied diff from H.Merijn Brand to keep it working with perl 5.10, whichrmanfredi2008-01-04
| | | | | | | no longer supports the old $* perl4 variable to request multiline matching. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@20 190e5f8e-a817-0410-acf6-e9863daed9af
* Linux does not like ^M as line endings: cpp 4.1.x complains. Try with ^A,rmanfredi2007-08-13
| | | | | | | hoping it will continue to work on HP-UX. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@19 190e5f8e-a817-0410-acf6-e9863daed9af
* Added InstallProgramNoStrip() to request installation of a program withoutrmanfredi2006-12-27
| | | | | | | stripping the debugging symbols. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@18 190e5f8e-a817-0410-acf6-e9863daed9af
* Applied patch from Christian Biere, which adds "-Wshadow" to gcc 3.x flags.rmanfredi2006-11-04
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@17 190e5f8e-a817-0410-acf6-e9863daed9af
* Taught metaxref to use MANIFEST if MANIFEST.new is missing.rmanfredi2006-11-04
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@16 190e5f8e-a817-0410-acf6-e9863daed9af
* Added I_SYS_POLL and I_POLL since we cannot rely on HAS_POLL being enoughrmanfredi2006-08-30
| | | | | | | to include <poll.h>. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@15 190e5f8e-a817-0410-acf6-e9863daed9af
* Do not list special unit "Mcc" as being made.rmanfredi2006-08-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@14 190e5f8e-a817-0410-acf6-e9863daed9af
* Removed stale Mcc dependency.rmanfredi2006-08-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@13 190e5f8e-a817-0410-acf6-e9863daed9af
* Default to "-O2 -g" when using gcc.rmanfredi2006-08-28
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@12 190e5f8e-a817-0410-acf6-e9863daed9af
* This starts the dist-3.5 baseline.rmanfredi2006-08-25
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@11 190e5f8e-a817-0410-acf6-e9863daed9af
* Regenerated all Makefile.SH files.rmanfredi2006-08-25
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@10 190e5f8e-a817-0410-acf6-e9863daed9af
* Removed obsoleted ">VAR" lines requesting that the symbol be included.rmanfredi2006-08-25
| | | | | | | Jmake from 3.5 is now smart enough to figure this out by itself. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@9 190e5f8e-a817-0410-acf6-e9863daed9af
* Added keyword expansion.rmanfredi2006-08-25
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@8 190e5f8e-a817-0410-acf6-e9863daed9af
* InstallTarget() now uses :: targets.rmanfredi2006-08-25
| | | | | | | | | Default empty rule for all makefiles is now called "all" instead of "emptyrule" because if there is nothing to be done, GNU make prints the target name and "emptyrule" is not pretty. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@7 190e5f8e-a817-0410-acf6-e9863daed9af
* Advertise SVN's repository for dist in every generated Configure script.rmanfredi2006-08-25
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@6 190e5f8e-a817-0410-acf6-e9863daed9af
* Fixed Jmakefile: there's no need to request manual inclusion of symbols.rmanfredi2006-08-25
| | | | | | | | The MakeDirectories() target was using @! instead of proper @@ terminator to introduce the commands. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@5 190e5f8e-a817-0410-acf6-e9863daed9af
* Let metaconfig use the MANIFEST file if there is no MANIFEST.new.rmanfredi2006-08-25
| | | | | | | | The MANIFEST.new file is necessary when using the "pat" tools, but not when running metaconfig by itself. git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@4 190e5f8e-a817-0410-acf6-e9863daed9af
* Added keyword substitution property.rmanfredi2006-08-25
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@3 190e5f8e-a817-0410-acf6-e9863daed9af
* Updated copyright date.rmanfredi2006-08-24
| | | | git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@2 190e5f8e-a817-0410-acf6-e9863daed9af
* Moving project to sourceforge.rmanfredi2006-08-24
git-svn-id: https://dist.svn.sourceforge.net/svnroot/dist/trunk/dist@1 190e5f8e-a817-0410-acf6-e9863daed9af