summaryrefslogtreecommitdiff
path: root/scp2/macros
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@gmx.com>2012-11-10 22:14:47 +0100
committerTor Lillqvist <tml@iki.fi>2012-11-11 08:05:14 +0000
commite7037b2e7e487d6075d17fcff7cd95a6e98700c0 (patch)
treeff40c1c48be251784ac4bd566273cdbce3743890 /scp2/macros
parentcee6c4b193eff4f499e60867766c13fda3818239 (diff)
Kill set_oenv remnants (by just renaming the required timestamp file)
Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b Reviewed-on: https://gerrit.libreoffice.org/1026 Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'scp2/macros')
-rw-r--r--scp2/macros/macro.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl
index 9ea949cccf74..dc5d2a978a31 100644
--- a/scp2/macros/macro.pl
+++ b/scp2/macros/macro.pl
@@ -261,7 +261,7 @@ sub args_require_build
# changed script - run always
return 1 if (stat($0))[9] > (stat("$destfile"))[9] ;
- # changed set_soenv.stamp - run always
+ # changed config timestamp - run always
if (-f "$config_stamp") {
return 1 if (stat($config_stamp))[9] > (stat($destfile))[9];
}