mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 12:02:01 +01:00
8962635a7b
1) malloc.h doesn't exits in 2.0. 2) Makefile.inc wasn't picked up so one of the build steps (install?) failed. 3) LIBMD wasn't depended on. 4) "ctm foo" dumped core because "foo" doesn't have a '.' in it. Bruce I updated the mkCTM stuff while I was at it anyway. /phk Reviewed by: phk Submitted by: bde
12 lines
311 B
Tcl
12 lines
311 B
Tcl
#!/usr/local/bin/tclsh
|
|
|
|
set CTMname src-cur
|
|
set CTMref /u4/ftp/pub/FreeBSD/SRC-current/src
|
|
set CTMdest /u4/ftp/pub/CTM
|
|
set CTMprefix .
|
|
set CTMdont {/CVS$|/CVS/Entries$|/CVS/Repository$|^secure|^eBones}
|
|
|
|
set CTMcopy /u1/CTM/$CTMname
|
|
set CTMtmp /u1/CTM/tmp/_tmp_$CTMname
|
|
set CTMdate [exec date -u +%Y%m%d%H%M%SZ]
|