OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAKEFILE
(Results
1 - 7
of
7
) sorted by null
/external/yaffs2/yaffs2/
patch-ker.sh
26
# To be a Linux directory, it must have a
Makefile
42
# Check if kerneldir contains a
Makefile
43
if [ ! -f $LINUXDIR/
Makefile
]
50
VERSION=`grep -s VERSION <$LINUXDIR/
Makefile
| head -n 1 | sed s/'VERSION = '//`
51
PATCHLEVEL=`grep -s PATCHLEVEL <$LINUXDIR/
Makefile
| head -n 1 | sed s/'PATCHLEVEL = '//`
52
SUBLEVEL=`grep -s SUBLEVEL <$LINUXDIR/
Makefile
| head -n 1 | sed s/'SUBLEVEL = '//`
66
MAKEFILE
=$LINUXDIR/fs/
Makefile
67
MAKEFILEOLD=$LINUXDIR/fs/
Makefile
.pre.yaffs
90
# now do fs/
Makefile
-- simply add the target at the en
[
all
...]
/external/stlport/etc/
STLport-4.5.1.spec
1
%define
MAKEFILE
gcc-linux.mak
42
make -f %{
MAKEFILE
} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
47
make -f %{
MAKEFILE
} INSTALLDIR=$RPM_BUILD_ROOT/usr install
STLport-4.5.3.spec
1
%define
MAKEFILE
gcc-linux.mak
42
make -f %{
MAKEFILE
} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
47
make -f %{
MAKEFILE
} INSTALLDIR=$RPM_BUILD_ROOT/usr install
STLport-4.6.spec
1
%define
MAKEFILE
gcc-linux.mak
42
make -f %{
MAKEFILE
} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
47
make -f %{
MAKEFILE
} INSTALLDIR=$RPM_BUILD_ROOT/usr install
/build/
envsetup.sh
359
# the
makefile
we found, above.
639
if [ -f build/core/envsetup.mk -a -f
Makefile
]; then
650
echo "Couldn't locate a
makefile
from the current directory."
661
local
MAKEFILE
=
678
MAKEFILE
="$
MAKEFILE
$MFILE"
692
ONE_SHOT_MAKEFILE="$
MAKEFILE
" make -C $T $DASH_ARGS all_modules $ARGS
831
find -E . -type f -iregex '.*/(
Makefile
|
Makefile
\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@"
843
find . -regextype posix-egrep -iregex '(.*\/
Makefile
|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -type f -print0 | xargs -0 grep --color -n "$@
[
all
...]
/ndk/build/core/
definitions.mk
65
# Macro : this-
makefile
66
# Returns : the name of the current
Makefile
in the inclusion stack
67
# Usage : $(this-
makefile
)
69
this-
makefile
= $(lastword $(MAKEFILE_LIST))
72
# Macro : local-
makefile
74
# Usage : $(local-
makefile
)
76
local-
makefile
= $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
188
#
MAKEFILE
-> The Android.mk where the module is defined.
227
modules-LOCALS +=
MAKEFILE
304
$(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.
MAKEFILE
).)
[
all
...]
/external/openssl/ssl/
Makefile
2
# OpenSSL/ssl/
Makefile
10
MAKEFILE
=
Makefile
17
GENERAL=
Makefile
README ssl-lib.com install.com
69
$(PERL) $(TOP)/util/files.pl
Makefile
>> $(TOP)/MINFO
77
@[ -n "$(INSTALLTOP)" ] # should be set by top
Makefile
...
94
$(MAKE) -f $(TOP)/
Makefile
reflect THIS=$@; \
100
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(
MAKEFILE
) >
Makefile
.new
101
mv -f
Makefile
.new $(MAKEFILE
[
all
...]
Completed in 615 milliseconds