Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b7dcec48
Kaydet (Commit)
b7dcec48
authored
Eyl 20, 2007
tarafından
Vladimir Glazounov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS os2port01 (1.2.18); FILE MERGED
2006/12/28 14:54:33 ydario 1.2.18.1: OS/2 initial import.
üst
41f7a3dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
ruletab.c
dmake/os2/ruletab.c
+5
-2
state.c
dmake/state.c
+2
-1
No files found.
dmake/os2/ruletab.c
Dosyayı görüntüle @
b7dcec48
/* RCS $Id: ruletab.c,v 1.
2 2006-04-20 12:08:38 hr
Exp $
/* RCS $Id: ruletab.c,v 1.
3 2007-09-20 14:34:28 vg
Exp $
--
--
-- SYNOPSIS
-- SYNOPSIS
-- Default initial configuration of dmake.
-- Default initial configuration of dmake.
...
@@ -33,9 +33,12 @@
...
@@ -33,9 +33,12 @@
* We dont need the two different cases of Makefile, so only keep the
* We dont need the two different cases of Makefile, so only keep the
* pretty one.
* pretty one.
*/
*/
// ".IMPORT .IGNORE: DMAKEROOT SOLARVER UPD INPATH OS UPDMINOREXT",
static
char
*
_rules
[]
=
{
static
char
*
_rules
[]
=
{
"MAXLINELENGTH :=
2046
"
,
"MAXLINELENGTH :=
8190
"
,
"MAXPROCESSLIMIT := 16"
,
"MAXPROCESSLIMIT := 16"
,
#include "dmakeroot.h"
".IMPORT .IGNORE: DMAKEROOT"
".IMPORT .IGNORE: DMAKEROOT"
".MAKEFILES : makefile.mk Makefile"
,
".MAKEFILES : makefile.mk Makefile"
,
".SOURCE : .NULL"
,
".SOURCE : .NULL"
,
...
...
dmake/state.c
Dosyayı görüntüle @
b7dcec48
/* RCS $Id: state.c,v 1.
2 2006-04-20 12:02:17 hr
Exp $
/* RCS $Id: state.c,v 1.
3 2007-09-20 14:33:53 vg
Exp $
--
--
-- SYNOPSIS
-- SYNOPSIS
-- .KEEP_STATE state file management
-- .KEEP_STATE state file management
...
@@ -226,5 +226,6 @@ FILE *fp;
...
@@ -226,5 +226,6 @@ FILE *fp;
if
(
fgets
(
buf
,
size
,
fp
)
==
NULL
)
return
(
0
);
if
(
fgets
(
buf
,
size
,
fp
)
==
NULL
)
return
(
0
);
if
(
(
p
=
strrchr
(
buf
,
'\n'
))
!=
NIL
(
char
)
)
*
p
=
'\0'
;
if
(
(
p
=
strrchr
(
buf
,
'\n'
))
!=
NIL
(
char
)
)
*
p
=
'\0'
;
if
(
(
p
=
strrchr
(
buf
,
'\r'
))
!=
NIL
(
char
)
)
*
p
=
'\0'
;
return
(
1
);
return
(
1
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment