[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maint: remove long-unused Makefile
From: |
Jim Meyering |
Subject: |
[PATCH] maint: remove long-unused Makefile |
Date: |
Mon, 16 Mar 2009 21:43:49 +0100 |
FYI,
>From fd53921a68ab068e75bd085e6323c2dba7dc40aa Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 15 Mar 2009 21:40:54 +0100
Subject: [PATCH] maint: remove long-unused Makefile
* tests/sort-time/Makefile: Remove long-unused file.
---
tests/sort-time/Makefile | 48 ----------------------------------------------
1 files changed, 0 insertions(+), 48 deletions(-)
delete mode 100644 tests/sort-time/Makefile
diff --git a/tests/sort-time/Makefile b/tests/sort-time/Makefile
deleted file mode 100644
index b647574..0000000
--- a/tests/sort-time/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
-
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-N = 1000000
-
-dot30 = ..............................
-dot31 = $(dot30).
-
-safe_redirect_prologue = rm -f $@ address@hidden
-safe_redirect = address@hidden && mv address@hidden $@
-
-time = /p/bin/time --verbose
-
-all: t30 t31
-
-t3%: in-3%
- @$(safe_redirect_prologue)
- $(time) sort $< > $(safe_redirect)
-
-rand-digits: rand-gen
- @$(safe_redirect_prologue)
- ./$< --integer $(N) |tr -d '\012' > $(safe_redirect)
-
-in-30: rand-digits
- @$(safe_redirect_prologue)
- perl -pe 's/($(dot30))/$$1\n/g' $< > $(safe_redirect)
-
-in-31: rand-digits
- @$(safe_redirect_prologue)
- perl -pe 's/($(dot31))/$$1\n/g' $< > $(safe_redirect)
-
-clean:
- rm -f t30 t31 in-30 in-31
-
-realclean: clean
- rm -f rand-digits
--
1.6.2.rc1.285.gc5f54
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] maint: remove long-unused Makefile,
Jim Meyering <=