代码搜索结果
找到约 2,917 项符合
Strip 的代码
makefile
# @(#)Makefile 1.1 92/07/30 SMI
all:
sh makewidths
-for i in *.c; do \
/bin/cc -c $$i; \
strip `basename $$i .c`.o; \
done
>all
install: all
-for i in *.o; do \
install -c -m 755 $$i ${
onefont
cc -c $1.c
strip $1.o
mv $1.o /usr/lib/font/$1
chmod 755 /usr/lib/font/$1
echo $1 done
.nandlink.o.flags
ifeq (nand_ecc.o smc_core.o bon.o bon.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += nandlink.o
endif
.mapslink.o.flags
ifeq (s3c2410_flash.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += mapslink.o
endif
.nandlink.o.flags
ifeq (nand_ecc.o smc_core.o bon.o bon.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += nandlink.o
endif
.mapslink.o.flags
ifeq (s3c2410_flash.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += mapslink.o
endif
location.tpl
{* $Id: location.tpl,v 1.2 2004/05/28 12:20:58 max Exp $ *}
{if $category_location and $cat ne ""}
{strip}
{section name=position loop=$category_location}
{if $category_l
makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= strip
install: maninstall
install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
${DESTDIR}${BINDIR}
./strip ${DESTDIR}${BINDIR}/strip
rm -f ./
strip.1
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, a
tags
Mstrip strip.c /^main(argc, argv)$/
err strip.c /^err(fatal, fmt, va_alist)$/
s_stab strip.c /^s_stab(fn, fd, ep)$/
s_sym strip.c /^s_sym(fn, fd, ep)$/
usage strip.c /^usage()$/