Skip to content
Snippets Groups Projects
Commit 659502bc authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

Drop mkdirhier

This is only used by nofib's dead `dist` target
parent fe9d824d
No related branches found
No related tags found
No related merge requests found
......@@ -387,8 +387,6 @@ SRC_HC_WARNING_OPTS_STAGE2 =
# -----------------------------------------------------------------------------
# Names of programs in the GHC tree
MKDIRHIER = $(INPLACE_BIN)/mkdirhier
GENERATED_FILE = chmod a-w
EXECUTABLE_FILE = chmod +x
......
# -----------------------------------------------------------------------------
#
# (c) 2009 The University of Glasgow
#
# This file is part of the GHC build system.
#
# To understand how the build system works and how to modify it, see
# https://gitlab.haskell.org/ghc/ghc/wikis/building/architecture
# https://gitlab.haskell.org/ghc/ghc/wikis/building/modifying
#
# -----------------------------------------------------------------------------
dir = utils/mkdirhier
TOP = ../..
include $(TOP)/mk/sub-makefile.mk
#!/bin/sh
mkdir -p ${1+"./$@"}
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