Bug 2387

Summary: fix waf 'check-profile' command
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: build systemAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: unspecified   
Hardware: All   
OS: All   
Attachments: patch to fix

Description Tom Henderson 2016-04-25 15:00:14 UTC
The './waf --check-profile' command is broken.

Current output:
$ ./waf configure -d optimized
...
$ ./waf --check-profile
...
Build profile: debug

Expected output:
$ ./waf configure -d optimized
...
$ ./waf --check-profile
...
Build profile: optimized
Comment 1 Tom Henderson 2016-04-25 15:01:17 UTC
Created attachment 2399 [details]
patch to fix
Comment 2 Tom Henderson 2016-05-03 21:04:13 UTC
pushed in changeset 12098:fbf04c68c217