env.update(myconfig)
if EPREFIX == '':
- sleep_for_mtime_granularity = dolinkingstuff(
- target_root, specials, prelink_capable,
+ dolinkingstuff(target_root, specials, prelink_capable,
makelinks, contents, prev_mtimes, env)
- else:
- sleep_for_mtime_granularity = False
- writeshellprofile(target_root, env, sleep_for_mtime_granularity)
+ writeshellprofile(target_root, env)
def dolinkingstuff(target_root, specials, prelink_capable, makelinks,
contents, prev_mtimes, env):
del specials["LDPATH"]
- return sleep_for_mtime_granularity
-
-def writeshellprofile(target_root, env, sleep_for_mtime_granularity):
+def writeshellprofile(target_root, env):
penvnotice = "# THIS FILE IS AUTOMATICALLY GENERATED BY env-update.\n"
penvnotice += "# DO NOT EDIT THIS FILE. CHANGES TO STARTUP PROFILES\n"
cenvnotice = penvnotice[:]