summaryrefslogtreecommitdiff
path: root/snapshot
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-06 21:39:29 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-02-16 16:58:48 +0100
commite0c88039b6d88b03a91dec34d69b2d776860135d (patch)
treedb542d7f9c68fe855c6c262b35fa1d84c12b7234 /snapshot
parent6662fb5c8fabb1611baf852d1b62a956103bd56d (diff)
downloadphp-git-e0c88039b6d88b03a91dec34d69b2d776860135d.tar.gz
Move some scripts from root directory to scripts/dev/
At the time of this commit, there is a dedicated folder for development related tools and such scripts might fit better there to not bloat the project root directory too much. Move snapshot to scripts/dev/snapshot
Diffstat (limited to 'snapshot')
-rwxr-xr-xsnapshot7
1 files changed, 0 insertions, 7 deletions
diff --git a/snapshot b/snapshot
deleted file mode 100755
index f8e13ef9d9..0000000000
--- a/snapshot
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-if test -n "$1"; then
- flags="DISTNAME=$1"
-fi
-
-${MAKE:-make} $flags -f build/build.mk snapshot