Commit graph

23 commits

Author SHA1 Message Date
Pierre Labastie
fd4a7982f2 Remove $Id$ comments, they are useless with git 2021-10-31 10:22:30 +01:00
Pierre Labastie
bc2f5913e6 Improve common/progress_bar.sh based on shellcheck:
- remove useless array declarations
  - remove unused variables
  - remove $ prefix for variable names in arithmetic expressions
  - normalize indentation (2 spaces)
2019-04-13 16:33:38 +00:00
Pierre Labastie
ea81eb28cc Added the case when sleep is in /usr/bin to progress_bar.sh 2012-04-21 21:22:28 +00:00
Thomas Pegg
7072e1faf4 Commit Pierre Labastie's patch for including package management support in jhalfs. NOTE: Package management is by default disabled. 2012-02-01 23:29:37 +00:00
Manuel Canales Esparcia
c180dec974 Don't mess with SHELL settings. 2007-03-19 18:27:00 +00:00
Manuel Canales Esparcia
b0ba1f0652 Fix segfault on tools stripping phase. 2007-03-18 09:46:24 +00:00
Manuel Canales Esparcia
1330ebc253 Fixed chroot environment to be more closed to the one expected by the books.
Need be full tested.
2007-02-17 02:08:46 +00:00
Manuel Canales Esparcia
045b2dc1ce Merged r3043:3145 from experimental:
New Makefile code and other improvements.
2006-10-02 19:32:06 +00:00
George Boudreau
6f75d64303 Reduce string length to prevent wraparound if package build time exceeds 99 minutes. 2006-09-14 12:52:26 +00:00
George Boudreau
d44206f9ea Applied Dan Nicholson's changes to progress_bar.sh and its support code 2006-09-13 20:30:00 +00:00
George Boudreau
e5d0f277fc removed changes to progress_bar.. not reliable 2006-07-16 20:55:39 +00:00
George Boudreau
60a5064f8e grammar and spelling corrections 2006-07-16 20:53:37 +00:00
George Boudreau
bb19ced081 Remove unnecessary trace. 2006-07-03 17:21:21 +00:00
George Boudreau
041f2ed4be Replace fuser process lookup with test for directory existance in /proc. fuser has a high cpu cost for smaller systems 2006-06-29 00:36:22 +00:00
Manuel Canales Esparcia
ddf5f77b1a Using Bash internal $SECONDS to meassure the time. 2006-06-10 15:41:52 +00:00
Manuel Canales Esparcia
e2ef1000ec Added " Target $@ OK" lines to the Makefile output.
Made more accurate the time meassured by progress_bar.sh.
2006-06-09 23:05:39 +00:00
George Boudreau
8f647f3bbb spelink chequer is stil brok, a kind individual pointed out another typo 2006-06-09 02:45:54 +00:00
George Boudreau
7dd28eab3f I must work on my speling 2006-06-09 00:15:21 +00:00
Manuel Canales Esparcia
843c479fed Now the progress bar is a pretty time counter. 2006-06-08 21:05:03 +00:00
Manuel Canales Esparcia
46758a21be Using fuser instead of pidof to watch that make is alive. 2006-06-01 21:54:18 +00:00
Manuel Canales Esparcia
5faab2229e Removed personal debug code. 2006-06-01 21:09:55 +00:00
Manuel Canales Esparcia
a36805ddb1 Avoided recursion in progress_bar.sh.
The make PID test need be fixed yet.
2006-06-01 21:08:49 +00:00
Manuel Canales Esparcia
a858a7823c POC for progress bar. 2006-05-31 20:43:41 +00:00