2019-01-08 10:53:32 +00:00
|
|
|
all:
|
2005-10-17 11:24:44 +00:00
|
|
|
upload.dist:
|
|
|
|
|
if [ -f configure -o -f configure.ac -o -f configure.ac.tmpl ]; then make config; fi
|
|
|
|
|
make $(REMOTE_TARGETS)
|
|
|
|
|
touch $@.done
|
|
|
|
|
|
|
|
|
|
yupdate.%.dist:
|
|
|
|
|
sudo -u root $(HOME)/bin/yupdate.sh -f $(HOME)/.yupdaterc -s $*
|
|
|
|
|
touch $@
|
|
|
|
|
|
|
|
|
|
CURRENT_%:
|
2005-12-05 17:17:59 +00:00
|
|
|
echo $($(notdir $@)) > $@
|
2005-10-17 11:24:44 +00:00
|
|
|
|
2010-07-03 16:20:06 +00:00
|
|
|
clean: upload.clean
|
|
|
|
|
|
|
|
|
|
upload.clean:
|
2017-09-02 19:26:52 +00:00
|
|
|
$(RM) -f upload.dist yupdate.*.dist
|
2010-07-03 16:20:06 +00:00
|
|
|
|