Changes in uspace/Makefile [b501de7:10b21a1b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rb501de7 r10b21a1b 58 58 app/loc \ 59 59 app/logset \ 60 app/lprint \ 60 61 app/mixerctl \ 61 62 app/mkfat \ … … 166 167 drv/char/msim-con \ 167 168 drv/char/ns8250 \ 169 drv/char/pc-lpt \ 168 170 drv/char/pl050 \ 169 171 drv/char/ski-con \ … … 274 276 275 277 export: $(BUILDS) 278 mkdir -p $(EXPORT_DIR) 276 279 $(MAKE) -r -C lib/posix export EXPORT_DIR=$(EXPORT_DIR) 277 280
Note:
See TracChangeset
for help on using the changeset viewer.