Skip to content

Commit

Permalink
Remove comments within rules in Makefile.am for portability
Browse files Browse the repository at this point in the history
  • Loading branch information
dpocock committed May 2, 2012
1 parent 298d576 commit 5da423e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Expand Up @@ -43,7 +43,6 @@ dist-local: README ganglia.html
# We go through and make sure all the files have
# the same timestamp with the last command here...
dist-hook:
#rm -rf $(distdir)/web/.git*
for subdir in $(EXTRA_SUBDIRS); do \
tar -c --exclude=".libs" --exclude "core.*" \
--exclude="*.o" --exclude="*.lo" \
Expand All @@ -57,7 +56,6 @@ dist-hook:
--exclude="configure.lineno" --exclude="configure.status.lineno" \
-f - $$subdir | (cd $(distdir) && tar -xf -)\
done;
#tar -c --exclude ".git*" -f - web | (cd $(distdir) && tar -xf -)
touch $(distdir)/Makefile.am
find $(distdir) -exec touch -r $(distdir)/Makefile.am {} \;

Expand Down

0 comments on commit 5da423e

Please sign in to comment.