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