summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/cvsclean3
-rwxr-xr-xhelpers/snapshot5
2 files changed, 8 insertions, 0 deletions
diff --git a/helpers/cvsclean b/helpers/cvsclean
new file mode 100755
index 000000000..e98ec49b7
--- /dev/null
+++ b/helpers/cvsclean
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+${MAKE:-make} -f build/build.mk cvsclean
diff --git a/helpers/snapshot b/helpers/snapshot
new file mode 100755
index 000000000..9553a753f
--- /dev/null
+++ b/helpers/snapshot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+test -n "$1" && ARG="DISTNAME='$1'"
+
+${MAKE:-make} $ARG -f build/build.mk snapshot