Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ngrygs
eecs281_project0
Commits
2423df4c
Commit
2423df4c
authored
Jul 13, 2016
by
Marcus M. Darden
Browse files
Use COPYFILE_DISABLE to prevent MacOS from including unnecessary dotfiles.
parent
ddd9937f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2423df4c
...
...
@@ -133,7 +133,7 @@ PARTIAL_SUBMITFILES=$(filter-out $(TESTSOURCES), $(wildcard Makefile *.h *.cpp))
$(PARTIAL_SUBMITFILE)
:
$(PARTIAL_SUBMITFILES)
rm
-f
$(PARTIAL_SUBMITFILE)
$(FULL_SUBMITFILE)
-
dos2unix
$(PARTIAL_SUBMITFILES)
tar
-vczf
$(PARTIAL_SUBMITFILE)
$(PARTIAL_SUBMITFILES)
COPYFILE_DISABLE
=
true
tar
-vczf
$(PARTIAL_SUBMITFILE)
$(PARTIAL_SUBMITFILES)
@
echo
!!!
WARNING: No
test
cases included. Use
'make fullsubmit'
to include
test
cases.
!!!
# make fullsubmit.tar.gz - cleans, runs dos2unix, creates tarball including test cases
...
...
@@ -141,7 +141,7 @@ FULL_SUBMITFILES=$(filter-out $(TESTSOURCES), $(wildcard Makefile *.h *.cpp test
$(FULL_SUBMITFILE)
:
$(FULL_SUBMITFILES)
rm
-f
$(PARTIAL_SUBMITFILE)
$(FULL_SUBMITFILE)
-
dos2unix
$(FULL_SUBMITFILES)
tar
-vczf
$(FULL_SUBMITFILE)
$(FULL_SUBMITFILES)
COPYFILE_DISABLE
=
true
tar
-vczf
$(FULL_SUBMITFILE)
$(FULL_SUBMITFILES)
@
echo
!!!
Final submission prepared,
test
cases included... READY FOR GRADING
!!!
# shortcut for make submit tarballs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment