Skip to content

Commit 30d3872

Browse files
author
Junio C Hamano
committed
Retire USE_PIC from Meta/Make since the main Makefile has enough smarts now.
1 parent 197c6bc commit 30d3872

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Make

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
#!/bin/sh
22

3-
case "`uname -m 2>/dev/null`" in
4-
x86_64)
5-
USE_PIC=YesPlease
6-
export USE_PIC
7-
;;
8-
esac
9-
103
# DDD=' -DUSE_SYMLINK_HEAD=0'
114
# PATH=/usr/bin:/bin
125
PATH=$HOME/bin/Linux:/usr/bin:/bin

0 commit comments

Comments
 (0)