Skip to content
Snippets Groups Projects
Commit 7161da0c authored by sof's avatar sof
Browse files

[project @ 1998-04-17 11:38:26 by sof]

Workaround to prevent local build tree symlink from making it into a source dist
parent 973810c8
No related merge requests found
......@@ -101,6 +101,14 @@ install ::
@$(RM) $(SCRIPT_PROG)
@$(MAKE) $(MFLAGS) BIN_DIST=0 $(SCRIPT_PROG)
#
# Another hack (hmm..I can see a pattern developing here :-)
# In ghc/driver, we create a symlink from ghc-<whatever-version> to
# ghc, but we don't want this included in a source distribution.
# We `solve' this by removing `ghc' from the dist tree here.
dist ::
@echo "Patching dist tree: removing $(SRC_DIST_DIR)/ghc symlink"
$(RM) $(SRC_DIST_DIR)/ghc
#
# Option vars for the special ways (that the driver has special pleading for).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment