Activity Not Available

Commits : Individual Commit

  Analyzed about 1 month ago based on code collected about 1 month ago.

Commit ID 3da8e88fd44bdb1ff2af162b8fecd7c65d5e533b

Anon80 Contributor: John Marino Files Modified: 13
Date: 28-October-2012 at 12:38 Lines Added: 71
Repository: git://git.dragonflybsd.org/dragonfly.git master Lines Removed: 18
Commit Comment: Replace legacy make with bmake
The proper way to detect which make is building the makefile is to check
for .PARSEDIR. If present, bmake is processing the makefile. For the
time being, both make will be supported for bootstrapping purposes, but
in time the check can be removed, say for the DragonFly 3.6 release.

The abundance of .ORDER commands in bsd.dep.mk caused a breakage when
building world in parallel with bmake. Likely some order constraints
were impossible to achieve, and bmake just stopped while legacy did the
best it could. In any case, the majority of the .ORDER commands were
replaced by a single .ORDER command which solved the problem.

The legacy make is disconnected in this commit set, but the source files
will be removed soon.
 

Changes by Language

Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
  Make 46 13 13 2 6 3
  C 6 0 0 0 0 0

Changes by File

Showing page 1 of 2
File Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
lib/i18n_module/Makefile.inc   No source code was detected in this file.
lib/libc/citrus/Makefile.inc   No source code was detected in this file.
Makefile Make 5 0 1 0 0 0
Makefile.inc1   No source code was detected in this file.
nrelease/Makefile Make 6 2 1 0 0 0
share/mk/bsd.cpu.mk Make 5 0 1 0 0 0
share/mk/bsd.dep.mk Make 5 9 1 0 0 3
share/mk/bsd.obj.mk Make 5 0 1 1 1 0
share/mk/bsd.subdir.mk Make 1 1 0 0 0 0
share/mk/bsd.sys.mk Make 10 0 2 0 2 0
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.