Opened 17 months ago
Closed 16 months ago
#18476 closed bug (fixed)
Missing directory in tools Jamfile
Reported by: | Karvjorm | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | Build System | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If you look at the Jamfile located at "SubDir HAIKU_TOP src tools zip ;" you can see the line: SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin zip ] ;
But there is no "$(HAIKU_TOP) src bin zip" directory.
Change History (4)
comment:1 by , 17 months ago
comment:2 by , 17 months ago
I think the version of "zip" in bin/ was deleted, and the one in "tools" is not needed anymore and should be deleted as well
comment:3 by , 16 months ago
Component: | - General → Build System |
---|
comment:4 by , 16 months ago
Milestone: | Unscheduled → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Done in hrev57122.
Note:
See TracTickets
for help on using tickets.
Yeah, it seems like a typo?, maybe they meant unzip?