- make install for MacOSX should not produce a disk image too. Now
disk image creation is handled by build/macosx/make-dmg.sh.
This commit is contained in:
parent
cce63e2f8d
commit
d1b711164a
@ -238,7 +238,7 @@ $(BX_OBJS): $(BX_INCLUDES)
|
||||
bxversion.h:
|
||||
$(RM) -f bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.136 2002-12-18 05:07:33 bdenney Exp $$' >> bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.137 2002-12-19 03:02:37 bdenney Exp $$' >> bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
|
||||
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
|
||||
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
|
||||
@ -640,8 +640,6 @@ install_macosx: all download_dlx @INSTALL_DOCBOOK_VAR@
|
||||
rm -f $(prefix)/README.orig
|
||||
$(CPMAC) $(SCRIPT_EXEC) $(prefix)/dlxlinux
|
||||
for i in $(TEXT_FILE_LIST); do mv $(prefix)/$$i $(prefix)/$$i.txt; done
|
||||
# make the disk image
|
||||
perl $(srcdir)/build/macosx/diskimage.pl $(prefix)
|
||||
|
||||
###########################################
|
||||
# dependencies generated by
|
||||
|
Loading…
Reference in New Issue
Block a user