search for: firstrule

Displaying 3 results from an estimated 3 matches for "firstrule".

Did you mean: first_rule
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
...Stop. error: Bad exit status from /var/tmp/rpm-tmp.gu9Ds0 (%install) ==== I fully admit to not knowing much about Makefiles, so maybe I am missing something obvious. The Makefile is pretty sparce: ==== # # This is an attempt on simplifying the compilation of mtr to a simple "make". # firstrule: ./configure $(MAKE) clean: rm -f *.o *~ core distclean: clean rm -f mtr config.cache config.status config.log \ stamp-h stamp-h[0-9]* TAGS ID ==== Obviously the mtr package built for CentOS itself, so I have to assume I am doing something dumb. Thanks for any insight/tips! --...
2016 Mar 08
0
Can anyone compile mtr source RPM on CentOS 6.7?
...%install) > ==== > > I fully admit to not knowing much about Makefiles, so maybe I am > missing something obvious. The Makefile is pretty sparce: > > ==== > # > # This is an attempt on simplifying the compilation of mtr to a simple > "make". > # > > firstrule: > ./configure > $(MAKE) > > clean: > rm -f *.o *~ core > > distclean: clean > rm -f mtr config.cache config.status config.log \ > stamp-h stamp-h[0-9]* TAGS ID > ==== > > Obviously the mtr package built for CentOS itself, so I have to assume > I...
2016 Mar 08
3
Can anyone compile mtr source RPM on CentOS 6.7?
...fully admit to not knowing much about Makefiles, so maybe I am >> missing something obvious. The Makefile is pretty sparce: >> >> ==== >> # >> # This is an attempt on simplifying the compilation of mtr to a simple >> "make". >> # >> >> firstrule: >> ./configure >> $(MAKE) >> >> clean: >> rm -f *.o *~ core >> >> distclean: clean >> rm -f mtr config.cache config.status config.log \ >> stamp-h stamp-h[0-9]* TAGS ID >> ==== >> >> Obviously the mtr package b...