Package rosmake :: Module engine
[frames] | no frames]

Module engine

source code

Classes
  Printer
  RosMakeAll
Functions
str
make_command()
Returns: name of 'make' command
source code
 
makedirs_with_parent_perms(p)
Create the directory using the permissions of the nearest (existing) parent directory.
source code
Variables
  __package__ = 'rosmake'
Function Details

make_command()

source code 
Returns: str
name of 'make' command

makedirs_with_parent_perms(p)

source code 

Create the directory using the permissions of the nearest (existing) parent directory. This is useful for logging, where a root process sometimes has to log in the user's space.

Parameters:
  • p (str) - directory to create