Skip to content

Commit 69b821b

Browse files
committed
create Makefile, add prepare-directory target
1 parent b97b3c4 commit 69b821b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
prepare-directory:
2+
rm -rf test-directory
3+
tar xvjf test-directory.tar.bz2
4+
cd test-directory && chmod a+t directory+t directory+t-o+w && chmod 777 directory777 && chmod o+w directory+t-o+w && rm file3.hardlink; ln file3 file3.hardlink && chmod g+s setgid-g+s && chmod u+s setuid-u+s

0 commit comments

Comments
 (0)