Changeset bc56f30 in mainline for uspace/lib/posix/Makefile
- Timestamp:
- 2019-05-27T12:38:26Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d14c25
- Parents:
- 4d51c60
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-13 16:06:49)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-05-27 12:38:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/Makefile
r4d51c60 rbc56f30 41 41 ../hound/libhound.a \ 42 42 ../pcm/libpcm.a \ 43 ../cpp/libcpp.a \ 43 44 $(LIBC_PREFIX)/libc.a \ 44 45 $(LIBC_PREFIX)/crt0.o \ … … 96 97 $(COMMON_CFLAGS) 97 98 99 EXPORT_CXXFLAGS = \ 100 $(COMMON_CXXFLAGS) 101 98 102 include $(USPACE_PREFIX)/Makefile.common 99 103 … … 109 113 echo 'HELENOS_CPPFLAGS="$(EXPORT_CPPFLAGS)"' >> $@.new 110 114 echo 'HELENOS_CFLAGS="$(EXPORT_CFLAGS)"' >> $@.new 111 echo 'HELENOS_CXXFLAGS="$(EXPORT_C FLAGS)"' >> $@.new115 echo 'HELENOS_CXXFLAGS="$(EXPORT_CXXFLAGS)"' >> $@.new 112 116 echo 'HELENOS_LDFLAGS="$(EXPORT_LDFLAGS)"' >> $@.new 113 117 echo 'HELENOS_LDLIBS="$(EXPORT_LDLIBS)"' >> $@.new … … 146 150 mkdir -p $(EXPORT_DIR)/include.new/libpcm 147 151 cp -r -L -t $(EXPORT_DIR)/include.new/libpcm ../pcm/include/* 152 mkdir -p $(EXPORT_DIR)/include.new/libcpp 153 cp -r -L -t $(EXPORT_DIR)/include.new/libcpp ../cpp/include/* 148 154 mv $(EXPORT_DIR)/include.new $(EXPORT_DIR)/include
Note:
See TracChangeset
for help on using the changeset viewer.