diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-10-05 00:18:30 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-10-05 00:31:51 +0200 |
commit | d0f407c8f30695edd837c097de2be9d70c9d1806 (patch) | |
tree | 24cc8a1b59d96e42a494dd45fa9190a9d935bf10 /solenv | |
parent | 3c3e613ce41fd689fb646035c2d9776777b308c6 (diff) |
default to gb_Deliver_CLEARONDELIVER == as multiuserenv are rare now
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/Deliver.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Deliver.mk b/solenv/gbuild/Deliver.mk index 6389ea62664e..165d3306c3e4 100644 --- a/solenv/gbuild/Deliver.mk +++ b/solenv/gbuild/Deliver.mk @@ -31,7 +31,7 @@ gb_Deliver_GNUCOPY := $(GNUCOPY) # if ($true) then old files will get removed from the target location before # they are copied there. In multi-user environments, this is needed you need to # be the owner of the target file to be able to modify timestamps -gb_Deliver_CLEARONDELIVER := $(true) +gb_Deliver_CLEARONDELIVER := $(false) define gb_Deliver_init gb_Deliver_DELIVERABLES := |