Bug 1354

Summary: Building scratch subdir programs is broken
Product: ns-3 Reporter: Gustavo J. A. M. Carneiro <gjcarneiro>
Component: build systemAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: major CC: ns-bugs, sebastian.rohde
Priority: P1    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch from Sebastian Rohde

Description Gustavo J. A. M. Carneiro 2012-01-31 12:58:54 UTC
Created attachment 1320 [details]
patch from Sebastian Rohde

From: Sebastian Rohde
"""
The patch should make it possible (again) to create subfolders in the
scratch folder. Subfolder-names indicate the name of the resulting program.
I think I recovered the old behaviour for this. However, I would like to
question whether  if it would be better to compile all .cc files in the
scratch subfolders to individual programs, as it more reflects the behaviour
of the scratch folder itself.
I could prepare a patch for this if other people feel like the same.
"""
Comment 1 Gustavo J. A. M. Carneiro 2012-02-13 13:21:31 UTC
changeset:   7706:a0892c367ea1
tag:         tip
user:        Sebastian Rohde
date:        Mon Feb 13 18:21:06 2012 +0000
summary:     Bug 1354 - Building scratch subdir programs is broken