Sign in
apache
/
infrastructure-ezmlm-idx
/
refs/heads/avoid-duplicate-headers
/
.
/
tools
/
gitmakemake
blob: d79f6561867c2b9b2628e0c04d380a90d52a864b [
file
]
#!/bin/bash
set
-
e
copydir
=
"$PWD/gitclone"
trap
"rm -rf $copydir"
EXIT
git clone $PWD $copydir
(
cd $copydir
&&
touch TARGETS
Makefile
&&
tools
/
makemake
)
mv
-
fv $copydir
/{
Makefile
,
SOURCES
,
TARGETS
}
.