ATF-log archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

org.NetBSD.atf.htdocs.revamp: 27247997bf9502074737625f33ea377f998d8e29



#
#
# patch "Makefile"
#  from [acb31edf5662ae9b9fc47993e83441982ad97c96]
#    to [79572bd82ce62e9b54b1fb6ca617d59fb8a140fa]
#
============================================================
--- Makefile    acb31edf5662ae9b9fc47993e83441982ad97c96
+++ Makefile    79572bd82ce62e9b54b1fb6ca617d59fb8a140fa
@@ -35,7 +35,7 @@ HTDOCS = htdocs
 HTDOCS = htdocs
 
 # Installation path (rsync target).
-TARGET = /srv/www/htdocs/projects/atf
+TARGETS = /srv/www/htdocs/projects/atf
 
 # Program names.
 MTN = mtn
@@ -50,6 +50,7 @@ INFO_GENERATE = echo "generate"
 INFO_COPY     = echo "    copy"
 INFO_CREATE   = echo "  create"
 INFO_GENERATE = echo "generate"
+INFO_SYNC     = echo "    sync"
 
 # -------------------------------------------------------------------------
 # Directory creation.
@@ -166,4 +167,7 @@ sync: all
 
 .PHONY: sync
 sync: all
-       $(RSYNC) -a -v --delete-after $(HTDOCS)/ $(TARGET)
+.for target in $(TARGETS)
+       @$(INFO_SYNC) $(target)
+       @$(RSYNC) -a -v -q --delete-after $(HTDOCS)/ $(target)
+.endfor


Home | Main Index | Thread Index | Old Index