File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -203,13 +203,13 @@ milkymist-git-update:
203
203
204
204
# You will need Lemon and RE2C to compile libFPVM.
205
205
libfpvm :
206
- (cd $( MILKYMIST_GIT_DIR) /milkymist.git/software/libfpvm/lm32-rtems && make && make install)
206
+ make -C $(MILKYMIST_GIT_DIR ) /milkymist.git/software/libfpvm/ install
207
207
208
208
mtk :
209
- (cd $( MILKYMIST_GIT_DIR) /$@ .git && make milkymist && make install-milkymist)
209
+ make -C $(MILKYMIST_GIT_DIR ) /$@ .git milkymist install-milkymist
210
210
211
211
liboscparse :
212
- (cd $( MILKYMIST_GIT_DIR) /$@ .git && make && make install)
212
+ make -C $(MILKYMIST_GIT_DIR ) /$@ .git all install
213
213
214
214
rtems-yaffs2 :
215
215
(cd $( MILKYMIST_GIT_DIR) /$@ .git && make -f Makefile.rtems && make -f Makefile.rtems install)
@@ -225,11 +225,11 @@ $(BUILD_DIR)/bsp-milkymist/Makefile:
225
225
226
226
# you will need clang for compile milkymist tools
227
227
flickernoise.fbi : rtems libfpvm mtk liboscparse rtems-yaffs2 $(BUILD_DIR ) /mupdf $(BUILD_DIR ) /curl $(BUILD_DIR ) /expat
228
- (cd $( MILKYMIST_GIT_DIR) /flickernoise.git/src && make clean bin/flickernoise.fbi)
228
+ make -C $(MILKYMIST_GIT_DIR ) /flickernoise.git/src clean bin/flickernoise.fbi
229
229
cp $(MILKYMIST_GIT_DIR ) /flickernoise.git/src/bin/$@ ./
230
230
231
231
flickernoise-pdf.fbiz : flickernoise.fbi
232
- (cd $( MILKYMIST_GIT_DIR) /flickernoise.git/src && WITH_PDF=1 make clean bin/flickernoise.fbiz)
232
+ WITH_PDF=1 make -C $(MILKYMIST_GIT_DIR ) /flickernoise.git/src clean bin/flickernoise.fbiz
233
233
cp $(MILKYMIST_GIT_DIR ) /flickernoise.git/src/bin/flickernoise.fbiz ./$@
234
234
235
235
boot.bin :
You can’t perform that action at this time.
0 commit comments