Bug 91498

Summary: CVSCMDARGS has incorrect syntax in src/release/Makefile
Product: Base System Reporter: David Yeske <dyeske>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description David Yeske 2006-01-08 08:30:03 UTC
              CVSCMDARGS="-D '01/01/2002 00:00:00 UTC'" in src/release/Makefile has extra quotes which break make release

for example

cd /home/release.amd64/usr &&   cvs -R  -d "/home/ncvs"  co "-D '01/04/2006 00:00:00 UTC'" -P src
cvs [checkout aborted]: Can't parse date/time:  '01/04/2006 00:00:00 UTC'
*** Error code 1

Fix: 

http://futurebsd.sourceforge.net/freebsd/patch-src_release_Makefile
How-To-Repeat:               uncomment CVSCMDARGS in src/release/Makefile and set it to recent date, then run make release
Comment 1 Matteo Riondato freebsd_committer freebsd_triage 2006-04-16 17:43:42 UTC
State Changed
From-To: open->feedback

The Makefile looks fine to me. Are you still having this issue?
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-05-26 08:10:46 UTC
State Changed
From-To: feedback->closed

Feedback timeout (1 year).