Changeset 9b642f92 in mainline for uspace/lib/pcut/update-from-master.sh
- Timestamp:
- 2017-10-27T18:44:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d088616
- Parents:
- 0798689 (diff), f9c4bc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/update-from-master.sh
r0798689 r9b642f92 80 80 81 81 test-libpcut-%: $(OUTPUT) 82 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $ ^ $(OUTPUT) $(BASE_LIBS)82 $(LD) -n $(LFLAGS) -T $(LINKER_SCRIPT) -o $@ $(STARTUP) $^ $(OUTPUT) $(BASE_LIBS) 83 83 84 84 EOF_MAKEFILE_TAIL
Note:
See TracChangeset
for help on using the changeset viewer.