Changeset 32776
- Timestamp:
- 2012-07-19T01:27:50+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/utils/vim/Makefile
r32031 r32776 137 137 endif 138 138 139 ifneq ($(CONFIG_PACKAGE_xxd),) 140 define Build/Compile/xxd 141 $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ 142 DESTDIR="$(PKG_INSTALL_DIR)" all 143 endef 144 endif 145 139 146 define Build/Compile/vim-runtime 140 147 $(MAKE) -C $(PKG_BUILD_DIR)/src DESTDIR="$(PKG_INSTALL_DIR)" installrtbase … … 148 155 $(call Build/Compile/vim-full) 149 156 $(call Build/Compile/vim-runtime) 157 $(call Build/Compile/xxd) 150 158 endef 151 159 … … 156 164 $(INSTALL_CONF) ./files/vimrc $(1)/usr/share/vim/ 157 165 endef 158 159 166 160 167 define Package/vim-full/install
Note: See TracChangeset
for help on using the changeset viewer.