[meld] Remove Makefile test target and associated bits (closes bgo#650410)
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Remove Makefile test target and associated bits (closes bgo#650410)
- Date: Sat, 21 May 2011 04:49:22 +0000 (UTC)
commit 4391ac071b6ce4c9dcfbfcf0161a128ef64f7fa0
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sat May 21 14:39:55 2011 +1000
Remove Makefile test target and associated bits (closes bgo#650410)
Makefile | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/Makefile b/Makefile
index 7785419..d1d0b67 100644
--- a/Makefile
+++ b/Makefile
@@ -8,20 +8,9 @@ include INSTALL
VERSION := $(shell grep "^version" meld/meldapp.py | cut -d \" -f 2)
RELEASE := meld-$(VERSION)
MELD_CMD := ./meld #--profile
-TESTNUM := 1
-DEVELOPER := 0
SPECIALS := bin/meld meld/paths.py
BROWSER := firefox
-ifeq ($(DEVELOPER), 1)
-.PHONY:rundiff
-rundiff: check
- echo $(prefix)
- $(MELD_CMD) . ../meld #?.txt
- #$(MELD_CMD) ntest/file$(TESTNUM)*
- #./meld {.,../old/dev/meld}/meld
-endif
-
.PHONY:all
all: $(addsuffix .install,$(SPECIALS)) meld.desktop
$(MAKE) -C po
@@ -119,13 +108,6 @@ uninstall:
$(MAKE) -C po uninstall
$(MAKE) -C help uninstall
-.PHONY: test
-test:
- $(MELD_CMD) ntest/file0{a,b}
- $(MELD_CMD) ntest/file5{a,b,c}
- $(MELD_CMD) ntest/{1,2}
- $(MELD_CMD) ntest/{1,2,3}
-
.PHONY:changelog
changelog:
# need to find the most recently tagged version automatically
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]