Skip to content

Commit

Permalink
adding MacOS build targets nothing and all
Browse files Browse the repository at this point in the history
nothing is the first target, to prevent loops
when Makefile is called again without parameter.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed Feb 17, 2015
1 parent daeff99 commit e156f34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/osx/Makefile.in
Expand Up @@ -83,6 +83,10 @@ INFILE_SUBST=\
-e "s,@BAREOS_DESTDIR@,${BAREOS_DESTDIR},g" \
-e "s,@PACKAGE_ID@,${PACKAGE_ID},g"

nothing:

all: dmg

dmg: pkg
hdiutil create -srcfolder "${PACKAGE_DIR}" "${PACKAGE_DMG}"

Expand Down

0 comments on commit e156f34

Please sign in to comment.