Skip to content

Commit

Permalink
mmakefile.src: backport of some fixes from AROS SVN.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrust committed Sep 4, 2010
1 parent 4ce804d commit bef7b2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions aros/s/mmakefile.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ include $(TOP)/config/make.cfg

FILES := Package-Startup Package-Shutdown

#MM- contrib-zune-classes-thebar-startup : workbench-prefs-envarc contrib-zune-classes-thebar-startupfiles contrib-zune-classes-thebar-envpackage
#MM- contrib-zune-classes-thebar-startup : workbench-prefs-envarc contrib-zune-classes-thebar-startupfiles \
#MM contrib-zune-classes-thebar-envpackage

#MM
contrib-zune-classes-thebar-envpackage :
Expand All @@ -14,6 +15,5 @@ contrib-zune-classes-thebar-envpackage :
#MM- contrib-zune-classes-thebar-mccv : contrib-zune-classes-thebar-startup
#MM- contrib-zune-classes-thebar-mcp : contrib-zune-classes-thebar-startup

#MM contrib-zune-classes-thebar-startupfiles :
%copy_files_q dst=$(CONTRIBDIR)/Zune/MCC_TheBar/s maketarget=contrib-zune-classes-thebar-startupfiles
%copy_files_q mmake=contrib-zune-classes-thebar-startupfiles dst=$(CONTRIBDIR)/Zune/MCC_TheBar/s

6 changes: 1 addition & 5 deletions mmakefile.src
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ include $(TOP)/config/make.cfg
CPYFILES := COPYING README README.aros
TARGETDIR := $(AROS_CONTRIB)/Zune/MCC_TheBar

#MM
contrib-zune-classes-thebar-doc :
%copy_dir_recursive mmake=contrib-zune-classes-thebar-doc src=doc dst=$(TARGETDIR)/Doc

#MM
contrib-zune-classes-thebar-copy :
%copy_files_q files=$(CPYFILES) dst=$(TARGETDIR) maketarget=contrib-zune-classes-thebar-copy
%copy_files_q mmake=contrib-zune-classes-thebar-copy files=$(CPYFILES) dst=$(TARGETDIR)

#MM
contrib-zune-classes-thebar-clean :
Expand Down

0 comments on commit bef7b2e

Please sign in to comment.