summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-08-27 01:14:40 +0200
committerThorsten Behrens <tbehrens@novell.com>2010-09-04 22:01:18 +0200
commitae93ab4ebc8d2e34414ada0a90b2d1168e7082f0 (patch)
treec065eaf27dfeca7bda51516eeeea2b2942498b44 /Makefile.shared
parent3ebd5a2860f25cf7b8a91a3f6dd612c70d7f3ccf (diff)
Cleanup debug output, cleansed setup sed line
* Makefile.shared: removed echo * bin/setup.in: completelangiso sed script looked weird and broke here, so made last statement match only first occurence of completelangiso
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 70d0b2217..c5f74dde9 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -74,8 +74,8 @@ patch.list:
CURRTAG=$(CVSTAG); test -f $(OOBUILDDIR)/.tag && CURRTAG=`cat $(OOBUILDDIR)/.tag`; \
chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS --dry-run --quiet --tag=$$CURRTAG
+refresh: $(STAMP_DIR)/refresh
$(STAMP_DIR)/refresh : $(CLONEDIR)/repos_changed
- echo blah
echo $(OOO_GIT)
if test "z$(OOO_GIT)" != "z" ; then \
$(TOOLSDIR)/bin/transform --revert $(TOOLSDIR) $(OOBUILDDIR) ; \