OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 709 to Rev 710
    Reverse comparison

Rev 709 → Rev 710

/trunk/uclinux/userland/sash/sash.c
685,7 → 685,6
}
if (!bg) {
_print("%s - %s:%d\n",__FILE__,__FUNCTION__,__LINE__);
signal(SIGCHLD, SIG_DFL);
}
 
694,7 → 693,6
* exec ourself. If this fails with ENOEXEC, then run the
* shell anyway since it might be a shell script.
*/
_print("%s - %s:%d\n",__FILE__,__FUNCTION__,__LINE__);
if (!(pid = vfork())) {
int ci;
 
/trunk/uclinux/userland/sash/Makefile
1,6 → 1,7
 
CC = or32-uclibc-gcc
LD = or32-uclibc-gcc
STRIP = or32-uclibc-strip
 
CFLAGS += -DL_intflag -DL_modestring -DL_timestring -DL_isadir -DL_copyfile \
-DL_buildname -DL_expandwildcards -DL_namesort -DL_match -DL_makeargs \
22,6 → 23,7
 
$(SH): $(SHOBJS)
$(LD) $(LDFLAGS) -r -d -o $@ $(SHOBJS) $(LDLIBS)
$(STRIP) -g $@
 
$(SHUTDOWN): $(SHUTDOWNOBJS) $(LIBSASH)
$(LD) $(LDFLAGS) -o $@ $(SHUTDOWNOBJS) $(LIBSASH) $(LDLIBS)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.