Bug 2387 - fix waf 'check-profile' command
fix waf 'check-profile' command
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
unspecified
All All
: P5 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-04-25 15:00 UTC by Tom Henderson
Modified: 2016-05-03 21:04 UTC (History)
1 user (show)

See Also:


Attachments
patch to fix (994 bytes, patch)
2016-04-25 15:01 UTC, Tom Henderson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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