lp:gnumake

Created by VCS imports and last modified
Get this branch:
bzr branch lp:gnumake

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
Gnu Make
Status:
Development

Import details

Import Status: Failed

This branch is an import of the CVS module make from :pserver:anonymous@cvs.sv.nongnu.org:/cvsroot/make.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log

Recent revisions

2105. By psmith

Add missing load.c file to POTFILES.in

2104. By eliz

 job.c (create_batch_file): Fix last change: always increment the
 counter of batch files before trying to use it.

2103. By eliz

 job.c (construct_command_argv_internal): Remove " from
 sh_chars_dos[]. Ignore an escaped backslash inside a string
 quoted with "..". This lifts the 4KB or 8KB command-line length
 limitation imposed by the Windows shell when a command uses quoted
 strings, because we now don't call the shell in that case.

2102. By eliz

 job.c (reap_children): Add debug message for when removal of a temporary
 batch file fails.

2101. By eliz

Avoid leaving temporary batch files in the temporary directory.

 job.c (create_batch_file): Declare the counter of batch files
 static, to avoid having 2 jobs using the same file name and
 stepping on each other's toes. When all 64K names are used up,
 make one more loop looking for slots that became vacant. This
 avoids leaving behind temporary batch files in the temporary
 directory, which happens frequently on a fast machine when using
 parallel builds.

2100. By psmith

Implement new "load" directive.

Provides support for dynamically loadable objects in GNU make, as a
"technology preview".

2099. By psmith

Rearrange elements to reduce struct size on 64bit architectures.

2098. By psmith

Remove extraneous close().

2097. By psmith

Update the required version of gettext to get new bugfix macros.

2096. By psmith

Define _GNU_SOURCE before testing for bsd_signal.
Fixes Savannah bug #32247

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.