Changeset 1782

Show
Ignore:
Timestamp:
17/09/10 10:54:14 (3 years ago)
Author:
matthijs
Message:

samba3: Merge the smbd and nmbd binaries.

The separate smbd and nmbd binaries contained some overlapping code.
Merging them to a single binary reduces the total binary size by around
600K.

Location:
trunk/fon/samba3
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fon/samba3/Makefile

    r1309 r1782  
    6565        $(INSTALL_BIN) $(PKG_BUILD_DIR)/source/bin/smbpasswd $(1)/bin/ 
    6666        $(INSTALL_BIN) $(PKG_BUILD_DIR)/source/bin/smbd $(1)/bin/ 
    67         $(INSTALL_BIN) $(PKG_BUILD_DIR)/source/bin/nmbd $(1)/bin/ 
     67        # Use CP since this is a link to smbd (see 
     68        # patches/220-single-binary.patch). 
     69        $(CP) $(PKG_BUILD_DIR)/source/bin/nmbd $(1)/bin/ 
    6870 
    6971        cd $(1)/etc/samba; rm -r smb.conf; ln -s /tmp/smb.conf