mirror of
https://github.com/libusb/libusb
synced 2024-11-21 14:29:12 -07:00
Makefiles: Remove target-specific variables
Improve portability with non-GNU make by using standard variables. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
parent
33b3ba3fc7
commit
60c8395eec
3 changed files with 4 additions and 4 deletions
|
@ -35,9 +35,9 @@ dist-hook:
|
||||||
rm -f $(distdir)/README.orig
|
rm -f $(distdir)/README.orig
|
||||||
rm -f $(distdir)/msvc/.gitattributes
|
rm -f $(distdir)/msvc/.gitattributes
|
||||||
|
|
||||||
|
reldir = .release/$(distdir)
|
||||||
|
sfurl = frs.sourceforge.net:/home/frs/project/libusb/libusb-1.0
|
||||||
.PHONY: dist-upload
|
.PHONY: dist-upload
|
||||||
dist-upload: reldir = .release/$(distdir)
|
|
||||||
dist-upload: sfurl = frs.sourceforge.net:/home/frs/project/libusb/libusb-1.0
|
|
||||||
dist-upload: dist
|
dist-upload: dist
|
||||||
rm -rf $(reldir)
|
rm -rf $(reldir)
|
||||||
mkdir -p $(reldir)
|
mkdir -p $(reldir)
|
||||||
|
|
|
@ -8,7 +8,7 @@ docs: @DOXYGEN_HTMLDIR@
|
||||||
@DOXYGEN_HTMLDIR@: doxygen.cfg libusb.png $(LIBUSB_DOC_SRC)
|
@DOXYGEN_HTMLDIR@: doxygen.cfg libusb.png $(LIBUSB_DOC_SRC)
|
||||||
doxygen $<
|
doxygen $<
|
||||||
|
|
||||||
docs-upload: sfurl = web.sourceforge.net:/home/project-web/libusb/htdocs
|
sfurl = web.sourceforge.net:/home/project-web/libusb/htdocs
|
||||||
docs-upload: @DOXYGEN_HTMLDIR@
|
docs-upload: @DOXYGEN_HTMLDIR@
|
||||||
if [ -z "$$SF_USER" ]; then \
|
if [ -z "$$SF_USER" ]; then \
|
||||||
rsync -rv --delete $< $(sfurl); \
|
rsync -rv --delete $< $(sfurl); \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define LIBUSB_NANO 11489
|
#define LIBUSB_NANO 11490
|
||||||
|
|
Loading…
Reference in a new issue