Skip to content

Instantly share code, notes, and snippets.

@tangentstorm
Created December 6, 2012 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tangentstorm/4224192 to your computer and use it in GitHub Desktop.
Save tangentstorm/4224192 to your computer and use it in GitHub Desktop.
make clean cycle
michal@proton:~/ver/fpc/compiler$ make clean cycle
/bin/sh: Syntax error: "(" unexpected
/bin/rm -f ppcross ppc ppc1.exe ppc2.exe ppc3.exe ./msg2inc.exe pp1.wpo pp2.wpo
/bin/rm -f ppc386.exe ppc68k.exe ppcx64.exe ppcppc.exe ppcsparc.exe ppcppc64.exe ppcarm.exe ppcmips.exe ppcmipsel.exe ppcjvm.exe ppc.exe ppcwpo1.exe ppcwpo2.exe
/bin/rm -rf units
/bin/rm -f *.o *.ppu *.rst *.s *.a *.so *.ppl
/bin/rm -rf *.sl
/bin/rm -f fpcmade.* Package.fpc ppas.sh script.res link.res
/bin/rm -f *_ppas.bat
make tempclean ppc3.exe
/bin/sh: Syntax error: "(" unexpected
make[1]: Entering directory `/home/michal/ver/fpc/compiler'
/bin/rm -f ppcross ppc ppc1.exe ppc2.exe ppc3.exe ./msg2inc.exe pp1.wpo pp2.wpo
make 'OLDFPC=' next CYCLELEVEL=1
/bin/sh: Syntax error: "(" unexpected
make[2]: Entering directory `/home/michal/ver/fpc/compiler'
make rtlclean rtl
/bin/sh: Syntax error: "(" unexpected
make[3]: Entering directory `/home/michal/ver/fpc/compiler'
make -C clean
make: Entering an unknown directory
make: *** clean: No such file or directory. Stop.
make: Leaving an unknown directory
make[3]: *** [rtlclean] Error 2
make[3]: Leaving directory `/home/michal/ver/fpc/compiler'
make[2]: *** [next] Error 2
make[2]: Leaving directory `/home/michal/ver/fpc/compiler'
make[1]: *** [ppc1.exe] Error 2
make[1]: Leaving directory `/home/michal/ver/fpc/compiler'
make: *** [cycle] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment