Changeset 177bae8 in freewrt for package/samba/Makefile


Ignore:
Timestamp:
Aug 1, 2006, 11:49:59 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
d204c8e
Parents:
fd10d47
Message:

add PKG_INIT and remove mostlyclean target

git-svn-id: svn://www.freewrt.org/trunk/freewrt@474 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/samba/Makefile

    rfd10d47 r177bae8  
    55PKG_RELEASE:=2
    66PKG_MD5SUM:=54870482fe036b7e69dd48c90661eec6
     7PKG_INIT:=80
    78
    89PKG_SOURCE_URL:=ftp://se.samba.org/pub/samba/stable \
     
    147148$(IPKG_SAMBA):
    148149        install -d -m0755 $(IDIR_SAMBA)/etc/init.d
    149         install -m0755 ./files/samba.init $(IDIR_SAMBA)/etc/init.d/samba
     150        install -m0755 ./files/samba.init $(IDIR_SAMBA)/etc/init.d/$(PKG_INIT)samba
    150151        install -d -m0755 $(IDIR_SAMBA)/etc/samba
    151152        install -m0644 ./files/smb.conf $(IDIR_SAMBA)/etc/samba/smb.conf
     
    168169        $(RSTRIP) $(IDIR_SAMBA_CLIENT)
    169170        $(IPKG_BUILD) $(IDIR_SAMBA_CLIENT) $(PACKAGE_DIR)
    170 
    171 mostlyclean:
    172         -$(MAKE) -C $(WRKBUILD) clean
    173         rm -f $(WRKBUILD)/.built
    174 
Note: See TracChangeset for help on using the changeset viewer.