freebsd.mk (44c25570) freebsd.mk (37816a14)
1#*************************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 8 unchanged lines hidden (view full) ---

17# specific language governing permissions and limitations
18# under the License.
19#
20#*************************************************************************
21
22GUI := UNX
23COM := GCC
24
1#*************************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 8 unchanged lines hidden (view full) ---

17# specific language governing permissions and limitations
18# under the License.
19#
20#*************************************************************************
21
22GUI := UNX
23COM := GCC
24
25gb_MKTEMP := gmktemp -t gbuild.XXXXXX
25# BSD mktemp -t expects a prefix, not a pattern
26gb_MKTEMP ?= /usr/bin/mktemp -t gbuild.
26
27gb_CC := cc
28gb_CXX := c++
29gb_GCCP := cc
30gb_AR := ar
31gb_AWK := awk
32gb_CLASSPATHSEP := :
33

--- 380 unchanged lines hidden ---
27
28gb_CC := cc
29gb_CXX := c++
30gb_GCCP := cc
31gb_AR := ar
32gb_AWK := awk
33gb_CLASSPATHSEP := :
34

--- 380 unchanged lines hidden ---